Share via


AuthenticationModuleElement Class [IIS 7 and higher]

Represents the type information for an authentication module.

Syntax

class AuthenticationModuleElement : CollectionElement

Methods

This class contains no methods.

Properties

The following table lists the properties exposed by the AuthenticationModuleElement class.

Name

Description

Type

A required unique read/write string value that specifies the type and assembly information for an authentication module. The string is a comma-delimited list that contains the fully qualified type name followed by the assembly information (for example, Corp.Net.Authenticator, Corp, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000".) If you do not specify a string value, the property will contain a null reference. The key property.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the AuthenticationModules property of the AuthenticationModulesSection class.

Inheritance Hierarchy

CollectionElement

   AuthenticationModuleElement

Requirements

Type

Description

Client

Requires IIS 7 on Windows Vista.

Server

Requires IIS 7 on Windows Server 2008.

Product

IIS 7

MOF file

WebAdministration.mof

See Also

Reference

CollectionElement Class [IIS 7 and higher]